You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > Statistics Class > Statistics Methods > Statistics.CronbachAlpha Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Statistics.CronbachAlpha Method

The Cronbach Alpha coefficient.

Syntax
C#
Visual Basic
public static double CronbachAlpha([In] TMtx Data);

the Cronbach Alpha coefficient, defined by the following relation: 

 

where K defines number of items (Data columns) and sigma(i,j) estimated covariance between item i and j.

Note Cronbach's Alpha measures how well a set of items (or variables) measures a single unidimensional latent construct. When data have a multidimensional structure, Cronbach's Alpha will usually be low. Technically speaking, Cronbach's Alpha is not a statistical test - it is a coefficient of reliability (or consistency).

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!